projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd98eb1
)
Only build native-update-icon-cache when no external update-icon-cache binary was...
author
Erik van Pienbroek
<epienbro@fedoraproject.org>
Sun, 27 Jan 2013 14:17:32 +0000
(15:17 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Feb 2013 04:01:40 +0000
(23:01 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=692637
gtk/native/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/native/Makefile.am
b/gtk/native/Makefile.am
index 17f00159b173176ff48e7cf6c8080ee59d4d0b12..20416ce00f68a3963f79025a9485b4ee983c390e 100644
(file)
--- a/
gtk/native/Makefile.am
+++ b/
gtk/native/Makefile.am
@@
-4,7
+4,7
@@
CPP = @CPP_FOR_BUILD@
CPPFLAGS = @CPPFLAGS_FOR_BUILD@
LDFLAGS = @LDFLAGS_FOR_BUILD@
-if
CROSS_COMPILING
+if
!USE_EXTERNAL_ICON_CACHE
noinst_PROGRAMS = native-update-icon-cache
native_update_icon_cache_CFLAGS = $(NATIVE_GDKPIXBUF_CFLAGS)
native_update_icon_cache_LDADD = $(NATIVE_GDKPIXBUF_LIBS)